Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove error from queryset on MelodySearchView #1648

Merged

Conversation

dchiller
Copy link
Contributor

@dchiller dchiller commented Oct 2, 2024

Closes #1646. The .select_related method is a QuerySet method, so must be used before .get. The feast, service, and genre parameters to the select_related method were invalid.

@dchiller dchiller merged commit 6308058 into DDMAL:develop Oct 4, 2024
1 check passed
@dchiller dchiller deleted the i1646-fix-search-melodies-in-source branch October 4, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error on staging: search melodies in this source gives 500 error
2 participants